golang.org/x/tools/internal/gcimporter.importReader.mpfloat (method)

4 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L607: 		val = r.mpfloat(b)
		iimport.go#L610: 		re := r.mpfloat(b)
		iimport.go#L611: 		im := r.mpfloat(b)
		iimport.go#L692: func (r *importReader) mpfloat(typ *types.Basic) constant.Value {